home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iasel.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IASEL_H = 1;
- include("real/intact/r3intact.js")
-
-
- var R3CLID_IASELECT = 99;
-
-
-
-
- // Description: Register new handle
- // Returns: Boolean, TRUE if succeded
- // p1: Integer, priority of handle. Large priority handle overrules low priority handle. Default 0.
- // p3: Integer, handle class id
-
- R3CIASEM_REGISTERHELPER = 99001;
-
- function mR3CIASEM_REGISTERHELPER(p1, p3) {
- return DoA2(this.r3obj, 99001, p1, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
- var R3IASEA_Interactor = 99501; // Integer
- R3IASEA_HandleWireObject = 99502;
- function SetR3IASEA_HandleWireObject(value) {
- R3Set(this.r3obj, R3IASEA_HandleWireObject, value, R3TID_INTEGER, 0);
- }
-
- var R3IASEA__WAS__SelectionSpace = 99503; // Integer
- R3IASEA_OnlyFindThisKind = 99504;
- function SetR3IASEA_OnlyFindThisKind(value) {
- R3Set(this.r3obj, R3IASEA_OnlyFindThisKind, value, R3TID_INTEGER, 0);
- }
-
- R3IASEA_AcceptPointCount = 99506;
- function SetR3IASEA_AcceptPointCount(value) {
- R3Set(this.r3obj, R3IASEA_AcceptPointCount, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IASEA_AcceptPointCount() {
- return R3Get(this.r3obj, R3IASEA_AcceptPointCount, R3TID_INTEGER, 0);
- }
-
- var R3IASEA_Method = 99507; // Integer
- var R3IASEA_Tags = 99508; // Tag[]
- var R3IASEA_Types = 99509; // Integer
- var R3ISMKEY_NONE = 1;
- var R3ISMKEY_CTRL = 2;
- var R3ISMKEY_ALT = 4;
- var R3ISMKEY_SHIFT = 8;
-
-
- function r3Iaselect () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IASELECT, arguments);
- }
- // Methods
- this.REGISTERHELPER=mR3CIASEM_REGISTERHELPER;
-
- // Attributes
- this.SetHandleWireObject=SetR3IASEA_HandleWireObject;
- this.SetOnlyFindThisKind=SetR3IASEA_OnlyFindThisKind;
- this.GetAcceptPointCount=GetR3IASEA_AcceptPointCount;
- this.SetAcceptPointCount=SetR3IASEA_AcceptPointCount;
- }
-
- r3Iaselect.prototype=new r3Intact;
- // r3iasel.h_H